home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / COMPNAME.WI$ / COMPNAME.WIZ
Text File  |  1995-08-11  |  3KB  |  60 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Change the Computer Name
  3. IF iswindowup "pcANYWHERE"
  4.   Blackboard "This Assistant will walk you through the process of changing your computer's name."
  5.   Blackboard "During this session, your mouse cursor will be under computer control."
  6. ELSE
  7. RUN "winaw.exe"
  8.   Blackboard "Welcome to Norton pcANYWHERE"
  9. ENDIF
  10.   Blackboard "A computer name is used in network connections to identify your host."
  11.   Blackboard "When you press NEXT, the Assistant will now select System Setup from the pulldown menu."
  12. CONTROLSOFF "System Setup"
  13. Menuselect "o2s"      ; Press NEXT to continue.
  14. LABEL MPW
  15. IF iswindowup "Master Password"
  16. Controlsoff "Master Password"
  17.    BlackBoard   "A Master Password has been set.  You must enter the Master Password in order to view/modify any settings."
  18.    Acceptinto 1808      ;Please enter the Master Password now... Press Next to continue.
  19.    Clickon 0001 ;Your master password has been entered.
  20.    IF iswindowup "Error"
  21.     BlackBoard  "I'm sorry -- your entry was incorrect.  Please try again..."
  22.     Clickon 0002
  23.     Goto MPW
  24.     endif
  25. CONTROLSOFF "System Setup"
  26. endif
  27. Blackboard "This is where your computer name and password can be entered.  Press NEXT."
  28. AcceptInto 1804    ;The name you give your computer will appear on the list of available network hosts.  Please enter it now.  
  29. AcceptInto 1808    ;If you wish you may set a master password that will prevent unauthorized users from adding or changing your pcANYWHERE settings.
  30. IF CONTROLEMPTY 1808
  31.     BlackBoard    "You have decided not to use a master password.  This script will now end."
  32.     BLackboard    "The Assistant will click on OK to save your selections."
  33.     Clickon    0001    ;Goodbye.
  34.     exit
  35. else
  36.     Clickon    1810    ;A user would be prohibited from running the pcANYWHERE program if this box is checked.
  37.     Clickon    1811    ;Checking this box will prohibit the addition of new or editing of existing configurations.
  38.     Blackboard "Please check one of the above options and press Next to continue..."
  39. CONTROLSOFF "Confirm Password"
  40.     clickon 001     ;Ok, saving setup information.
  41. ;Setfocus "Confirm Password"
  42. ;Controls Off
  43. If iswindowup "Confirm Password"
  44.     Acceptinto 9402    ;Please enter the master password again to confirm it and press Next to continue...
  45. Clickon 0001; Your master password is now saved.
  46.     LABEL PW
  47.     IF ISWINDOWUP "Warning"
  48.     clickon    0001  ;The Assistant will click on OK.
  49.         BlackBoard "I'm Sorry!  You have entered the master password incorrectly.  You have one more try to enter it correctly."
  50. CONTROLSOFF "Confirm Password"          
  51.     Clickon  0002
  52.         AcceptInto 9402    ;If you have forgotten the password, stop this script and begin again. Thank You.
  53.         Clickon 0002
  54.         Goto PW
  55.     endif
  56. ENDIF
  57. Endif
  58. Clickon 0001 ;Goodbye
  59. Exit
  60.